Crate aorist_extendr_macros[][src]

Expand description

Macros for generating wrappers for rust functions.

Macros

Execute R code by parsing and evaluating tokens.

Execute R code by parsing and evaluating tokens but without expanding parameters.

Define a module and export symbols to R Example:

Create a Pairlist R object from a list of name-value pairs.

Attribute Macros